home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue42 / ASP / dmTables.dfm / dmTables.txt
Encoding:
Text File  |  1998-11-19  |  677 b   |  33 lines

  1. object dmBioLife: TdmBioLife
  2.   OldCreateOrder = True
  3.   Left = 445
  4.   Top = 278
  5.   Height = 254
  6.   Width = 255
  7.   object qryTable: TQuery
  8.     DatabaseName = 'DBDEMOS'
  9.     SQL.Strings = (
  10.       'select * from biolife')
  11.     Left = 136
  12.     Top = 8
  13.     ParamData = <>
  14.   end
  15.   object dsProducer: TDataSetTableProducer
  16.     Caption = 'This is from the Table producer'
  17.     Footer.Strings = (
  18.       '<b>Footer of Page</b>')
  19.     Header.Strings = (
  20.       '<b>Header of page</b>')
  21.     DataSet = qryTable
  22.     TableAttributes.Border = 0
  23.     Left = 56
  24.     Top = 120
  25.   end
  26.   object tblBioLife: TTable
  27.     DatabaseName = 'DBDEMOS'
  28.     TableName = 'BIOLIFE.DB'
  29.     Left = 144
  30.     Top = 144
  31.   end
  32. end
  33.